home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / BrickoidDemo / BrickoidDemoGeneric.jar / arka / Displayable1$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-09-10  |  788 b   |  19 lines

  1. package arka;
  2.  
  3. import javax.microedition.lcdui.Command;
  4. import javax.microedition.lcdui.CommandListener;
  5. import javax.microedition.lcdui.Displayable;
  6.  
  7. class Displayable1$1 implements CommandListener {
  8.    // $FF: synthetic field
  9.    private final Displayable1 this$0;
  10.  
  11.    Displayable1$1(Displayable1 this$0) {
  12.       this.this$0 = this$0;
  13.    }
  14.  
  15.    public void commandAction(Command c, Displayable d) {
  16.       this.this$0.this_commandPerformed(c, d);
  17.    }
  18. }
  19.